sdvaluestring module¶
-
class
sd.api.sdvaluestring.SDValueString(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluebasetype.SDValueBaseTypeClass representing a string Value
-
get() → str¶ Get the base type value as string
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: str) → sd.api.sdvaluestring.SDValueString¶ Create new SDValueString
- Parameters
value – The name of the enum type
-